www.gusucode.com > Using Ground Truth for Object Detection工具箱matlab程序 > Using Ground Truth for Object Detection/UsingGroundTruthForObjectDetectionFX/startDemo.m

    % Copyright 2018 The MathWorks, Inc.

%% Clear everything
clc
clear
close all

%% Add folders to the path
addpath(genpath('Part1'),genpath('Part2'));